home *** CD-ROM | disk | FTP | other *** search
- /* calc_dipshit.h */
- /* Created 930331 3:12 PM by James Ullrey */
-
- #ifndef __CDI__
- #define __CDI__
-
- typedef struct
- {
- Str255 Field3Text;
- Str255 Field5Text;
- } WizRec, *WizRecPtr;
-
- typedef struct
- {
- Str255 Field3Text;
- Str255 Field4Text;
- Str255 Field5Text;
- } PassRec, *PassRecPtr;
-
- void DumbShit (short selector);
- void DipShit (void);
-
- void dipshit_seg (void);
- void DoTheWiz (void);
- void DoSetPassword (void);
- void DoShareCopy (void);
-
- #endif /* __CDI__ */